net/http.http2writeQueue.next (field)
12 uses
net/http (current package)
h2_bundle.go#L11141: prev, next *http2writeQueue
h2_bundle.go#L11755: q.next = q
h2_bundle.go#L11761: q.next = ws.head
h2_bundle.go#L11762: q.prev.next = q
h2_bundle.go#L11763: q.next.prev = q
h2_bundle.go#L11772: if q.next == q {
h2_bundle.go#L11776: q.prev.next = q.next
h2_bundle.go#L11777: q.next.prev = q.prev
h2_bundle.go#L11779: ws.head = q.next
h2_bundle.go#L11818: ws.head = q.next
h2_bundle.go#L11821: q = q.next
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)